Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows files and directories to inputs and handles them based on type #183

Merged
merged 10 commits into from
Nov 5, 2023

Conversation

klingbolt
Copy link
Contributor

@klingbolt klingbolt commented Oct 18, 2023

The code had an issue where if a xml file was given as an input, the program would segfault. These changes allow an xml file to be passed in as well as allow the user to specify the name of the output file.

xml_converter/src/xml_converter.cpp Outdated Show resolved Hide resolved
xml_converter/src/xml_converter.cpp Outdated Show resolved Hide resolved
@klingbolt klingbolt requested a review from AsherGlick November 5, 2023 01:56
xml_filepath = output_path + "xml_file.xml";
}
else {
xml_filepath = output_path;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont understand why this does not have xml_file.xml

@AsherGlick AsherGlick merged commit b641cc9 into AsherGlick:xml_converter Nov 5, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants